Skip to content

feat(taskqueue): migrate push queue operations to Cloud Tasks v2 while retaining v2beta3 for QueueStats - #524

Open
riddhi-shivhare wants to merge 1 commit into
GoogleCloudPlatform:taskqueue-migration-previewfrom
riddhi-shivhare:migrate-taskqueue-v2-client
Open

feat(taskqueue): migrate push queue operations to Cloud Tasks v2 while retaining v2beta3 for QueueStats#524
riddhi-shivhare wants to merge 1 commit into
GoogleCloudPlatform:taskqueue-migration-previewfrom
riddhi-shivhare:migrate-taskqueue-v2-client

Conversation

@riddhi-shivhare

Copy link
Copy Markdown

Description

Migrate App Engine TaskQueue push queue operations to GA Cloud Tasks v2, while retaining v2beta3 exclusively for QueueStats.

Changes

  • Push Queue Operations: Updated locations lookup, single task creation, batch creation (tasks:batchCreate), and batch deletion (tasks:batchDelete) from v2beta3 to v2 endpoints in:
    • api/src/main/java/com/google/appengine/api/taskqueue/CloudTasksClientWrapper.java
    • api/src/main/java/com/google/appengine/api/taskqueue/TaskProcessor.java
  • QueueStats Retention: Retained the Cloud Tasks v2beta3 REST endpoint (?readMask=stats) strictly for fetchStatisticsAsync, as queue statistics are out of scope for GA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant